home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000012_news@newsmaster….columbia.edu _Sat Dec 20 18:05:13 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA22411
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 20 Dec 1997 18:05:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA24449
  7.     for kermit.misc@watsun; Sat, 20 Dec 1997 18:05:12 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!news.maxwell.syr.edu!news-feed1.tiac.net!news-master.tiac.net!news@tiac.net
  9. From: "d littlefield" <dbl@delphi.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: "take too long" error
  12. Date: Sat, 20 Dec 1997 18:07:40 -0500
  13. Organization: The Internet Access Company, Inc.
  14. Lines: 27
  15. Message-ID: <67hins$140@news-central.tiac.net>
  16. References: <882486099.405733385@dejanews.com> <67ccbu$f85$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: leofa.tiac.net
  18. X-Newsreader: Microsoft Outlook Express 4.72.2106.4
  19. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8172
  21.  
  22. thank you.  just a note to say your advice helped.  I did have a large (by
  23. Kermit standards) while loop so I learned how to do macros better and built
  24. some subroutines.  it seems to work nicely now
  25.  
  26. thanks again!
  27.  
  28. Frank da Cruz wrote:
  29. >: i am running WinNT 4.0 with the K95 we bought this summer (v. 13).  i
  30. >: have a .ksc that is about 8K bytes and has about 200+ lines. it acts fine
  31. >: till i add line (like "echo {hello}" (it doesnt matter what, or i add
  32. >: several comment lines) then i get the error below.  am i running into
  33. >: some limit?  i have looked in the manual, in the "help files" and on the
  34. >: kermit page. what am i missing?
  35. >: ...
  36. >: Beginining to process the list file (c:\k95\\file.lst) . . .
  37. >: ?Error in TAKE command file: Line too long or contains NUL characters
  38. >:
  39. >This usually means that a command in your KSC file is longer than the
  40. >command buffer.  Note that a macro definition is a single command, even if
  41. >it is continued on many lines.  The limit in Kermit 95 is 4K.  If you have
  42. >a macro definition that is longer than 4K, you'll need to break it up into
  43. >"submacros".  The same applies to FOR and WHILE loops, XIF-ELSE
  44. >constructions, and SWITCH statements.
  45. >
  46. >- Frank
  47.  
  48.